Instructor Notes: Some kids may start to get to the following conclusions (If not, let them try more and tabulate)
If n and m are odd, the ball falls in pocket BIf n is even and m odd, the ball falls in pocket AIf n is odd and m even, the ball falls in pocket CIf both n and m are even, the equation is more complex. What is it?
Must every ball land in either pocket A, B or C? Can the ball return to the start? Can the ball enter an infinite loop and never fall into a pocket?
Instructor Note: Let kids play with the problem. After some time emphasize on the infinite loop problem. See if kids can get to the conclusion that balls never seem to come back to same path. Why? If balls get into a loop, consider the first cell where they started repeating the path - how do they get there? Can there be a "first" such cell?Could the ball enter the same square twice in opposite directions? Which is the first such cell?Could the ball pass the same square but along a different diagonal?If a ball can't traverse the same path (or reverse), what must eventually happen? What are the maximum possible diagonals the ball can pass through?Can it fall back into the lower left corner?